|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Macros | |
| #define | TIMER_PERIOD 32768 |
| #define | TIMER_DUTY_CYCLE 24576 |
Functions | |
| int | main (void) |
| #define TIMER_DUTY_CYCLE 24576 |
Definition at line 63 of file timer_a_ex2_singlePWM.c.
| #define TIMER_PERIOD 32768 |
Definition at line 59 of file timer_a_ex2_singlePWM.c.
| int main | ( | void | ) |
Definition at line 65 of file timer_a_ex2_singlePWM.c.
References TIMER_DUTY_CYCLE, and TIMER_PERIOD.